'Declaration Public Overloads Sub Remove( _
ByVal annotationsThe annotation collection.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList, _
ByVal annotationsToRemoveThe annotation to remove.As System.Collections.Generic.IEnumerable(Of PdfAnnotation) _
)
public void Remove(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList annotations,
System.Collections.Generic.IEnumerable<PdfAnnotation> annotationsToRemove
)
Parameters
- annotations
- The annotation collection.
- annotationsToRemove
- The annotation to remove.
Return Value
True if annotation is removed; otherwise, false.